Skip to content

build(deps): bump onig from 6.3.1 to 6.4.0#37

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/onig-6.4.0
Open

build(deps): bump onig from 6.3.1 to 6.4.0#37
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/onig-6.4.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Aug 9, 2022

Bumps onig from 6.3.1 to 6.4.0.

Release notes

Sourced from onig's releases.

6.4.0

This release contains two feature requests from @​lopopolo. We no longer rely on the older lazy_static crate for shared mutex initialisation, and the crates have been bumped to 2018.

What's Changed

Full Changelog: rust-onig/rust-onig@v6.3.2...v6.4.0

v6.3.2

Bump the Oniguruma version to 6.9.8. Thanks to @​Techcable for adding cargo:rerun-if-env-changed to prevent unwanted rebuilds of Oniguruma.

What's Changed

New Contributors

Full Changelog: rust-onig/rust-onig@v6.3.0...v6.3.2

Changelog

Sourced from onig's changelog.

6.4.0

  • Upgrade to Rust 2018, #170
  • Replace lazy_static with once_cell

6.3.2

  • Bump Oniguruma
  • Set cargo:rerun-if-env-changed for RUSTONIG env variables
  • Ensure our environment variables start with RUSTONIG

6.3.0

  • MSRV bumped to 1.50.0
  • Proper support for round-tripping of syntax feature falgs, including new flags that we don't recognise yet.
  • Support for the p syntax flag.

6.1.1

  • Use repr(transparent) on structs to ensure no UB
  • Fix for panics when encodings mis-match

6.1.0

  • Skip empty matches only when they overlap the last match (#145)
  • MSRV bumped to 1.40.0
  • Add support for WASM targets to the onig_sys build.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [onig](https://github.com/iwillspeak/rust-onig) from 6.3.1 to 6.4.0.
- [Release notes](https://github.com/iwillspeak/rust-onig/releases)
- [Changelog](https://github.com/rust-onig/rust-onig/blob/main/CHANGELOG.md)
- [Commits](https://github.com/iwillspeak/rust-onig/commits/v6.4.0)

---
updated-dependencies:
- dependency-name: onig
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants